/* Styles go here */
body {
  font-family: 'Consolas';
}
button {
	width: 120px;
}
h2 {
	margin: 0px;
}
.mainLayout {
	position: relative;
}
.sortGroup {
	position: relative;
	float: left;
	width: 300px;
	margin-left: 25px;
	border: 1px solid steelblue;
	padding: 15px;
}
.masterButtons {
	float: left;
	width: 200px;
	margin-left: 15px;
	height: 100%;
	position: relative;
}
sup { vertical-align: top; font-size: 0.7em; }
.data {
	float: left;
	margin-top: 10px;
}
.sortInfo {
	position: absolute;
	top: 10px;
	right: 10px;
	text-align: center;
	vertical-align: bottom;
}
fieldset {
	border: 1px solid #666;
	width: 180px;
}
fieldset > label {
	display: inline-block;
	width: 40%;
	text-align: right;
	line-height: 25px;
}
fieldset > .sortData {
	display: inline-block;
	width: 55%;
	text-align: left;
	line-height: 25px;
	clear: both;
	padding-left: 5px;
}
legend {
	font-weight: bold;
	text-align: right;
}
.sortPanel {
	position: absolute;
	bottom: 15px;
	right: 15px;
	text-align: center;
	vertical-align: bottom;
}
.unit {
  background-color: steelblue;
  height: 5px;
  line-height 5px;
  margin: 0px;
  margin-bottom: 1px;
  border: 1px solid steelblue;
  float: left;
}

.inspecting {
  background-color: orange;
}

.indicator {
  float:left;
  width: 0; 
  height: 0; 
  border-top: 4px solid transparent;
  border-bottom: 4px  solid transparent; 
  border-right: 4px solid red; 
  margin-left: 3px;
}
#delay {
  width: 30px;
}
.clear {
  clear: both;
}
#mainSort {
	background-color: #86b788;
}
.vue_badge {
  width: 100px;
  height: 100px;
}
